Skip to content

Conversation

@dominic-r
Copy link
Member

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@dominic-r dominic-r added this to the Release 2025.12 milestone Dec 30, 2025
@dominic-r dominic-r self-assigned this Dec 30, 2025
@dominic-r dominic-r requested a review from a team as a code owner December 30, 2025 17:05
@dominic-r dominic-r added area:backend backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Dec 30, 2025
@dominic-r dominic-r linked an issue Dec 30, 2025 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Dec 30, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 109bad0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/695c73cc75adf30008a65788
😎 Deploy Preview https://deploy-preview-19118--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Dec 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.35%. Comparing base (e273eb7) to head (109bad0).
⚠️ Report is 104 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19118      +/-   ##
==========================================
+ Coverage   93.13%   93.35%   +0.21%     
==========================================
  Files         949      949              
  Lines       52304    52304              
==========================================
+ Hits        48713    48826     +113     
+ Misses       3591     3478     -113     
Flag Coverage Δ
conformance 38.79% <ø> (+<0.01%) ⬆️
e2e 44.68% <ø> (+1.01%) ⬆️
integration 23.45% <ø> (+<0.01%) ⬆️
unit 91.56% <ø> (ø)
unit-migrate 91.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 30, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-109bad026c2ab47ad75ea27793efb89b1d909795
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-109bad026c2ab47ad75ea27793efb89b1d909795

Afterwards, run the upgrade commands from the latest release notes.

@dominic-r dominic-r force-pushed the sdko/more-outpost-joy branch 2 times, most recently from 2143635 to 77be242 Compare December 31, 2025 03:54
@netlify
Copy link

netlify bot commented Dec 31, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 9f56efa
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69549e2fedc62e0008fbcc3a
😎 Deploy Preview https://deploy-preview-19118--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 31, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 77be242
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69549e5b601e7700089d69d8
😎 Deploy Preview https://deploy-preview-19118--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dominic-r dominic-r changed the title internal: Outpost's conn options should be base64 json internal/outpost: improve PostgreSQL connection options parsing Dec 31, 2025
@netlify
Copy link

netlify bot commented Jan 6, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 109bad0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/695c73ccada2580008db9336
😎 Deploy Preview https://deploy-preview-19118--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Jan 13, 2026
@dominic-r dominic-r merged commit a479c79 into main Jan 13, 2026
141 of 144 checks passed
@dominic-r dominic-r deleted the sdko/more-outpost-joy branch January 13, 2026 15:52
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Jan 13, 2026
authentik-automation bot pushed a commit that referenced this pull request Jan 13, 2026
* internal: Outpost's conn options should be base64 json

* correctly parse target_session_attrs + tests

* fix port handling to use env provided port

* add multiple port handling abilities to mirror the python config parser

---------

Co-authored-by: Duncan Tasker <tasatree@gmail.com>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #19372

BeryJu pushed a commit that referenced this pull request Jan 13, 2026
…ry-pick #19118 to version-2025.12) (#19372)

internal/outpost: improve PostgreSQL connection options parsing (#19118)

* internal: Outpost's conn options should be base64 json

* correctly parse target_session_attrs + tests

* fix port handling to use env provided port

* add multiple port handling abilities to mirror the python config parser

---------

Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Duncan Tasker <tasatree@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Embedded Outpost mishandling postgresql conn options string

4 participants